Set GPATH to fix srcdir != builddir problems with GNU make.
authorOwen Taylor <otaylor@redhat.com>
Sun, 12 Aug 2001 14:44:12 +0000 (14:44 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Sun, 12 Aug 2001 14:44:12 +0000 (14:44 +0000)
Sun Aug 12 10:03:42 2001  Owen Taylor  <otaylor@redhat.com>

* */Makefile.am: Set GPATH to fix srcdir != builddir
problems with GNU make.

docs/reference/ChangeLog
docs/reference/gdk-pixbuf/Makefile.am
docs/reference/gdk/Makefile.am
docs/reference/gtk/Makefile.am

index b986641e89a6adee3177d7f2d6ba74537883f53f..f6dc3af13328d9bf644d018495e040a7b6bbbcb8 100644 (file)
@@ -1,3 +1,8 @@
+Sun Aug 12 10:03:42 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * */Makefile.am: Set GPATH to fix srcdir != builddir  
+       problems with GNU make.
+
 Sun Jul 22 17:01:34 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/tmpl/gtksignal.sgml: Fix missing not
index 8dd13bcfde425eaa99168438243f7853b576af84..5c2dc329f5f5153ebc1ce2dd9a2650a5fabbc70d 100644 (file)
@@ -72,6 +72,13 @@ GTKDOC_LD=$(LIBTOOL) --mode=link $(CC)
 # Everything below here is generic #
 ####################################
 
+# We set GPATH here; this gives us semantics for GNU make
+# which are more like other make's VPATH, when it comes to
+# whether a source that is a target of one rule is then
+# searched for in VPATH/GPATH.
+#
+GPATH = $(srcdir)
+
 TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)
 
 EXTRA_DIST =                           \
index d0b697c78c89bdcf202a888aa77af52bc920ee0a..a6751ba0b41e221b12ee4089f5716b5ef19568e4 100644 (file)
@@ -61,6 +61,13 @@ GTKDOC_LD=$(LIBTOOL) --mode=link $(CC)
 # Everything below here is generic #
 ####################################
 
+# We set GPATH here; this gives us semantics for GNU make
+# which are more like other make's VPATH, when it comes to
+# whether a source that is a target of one rule is then
+# searched for in VPATH/GPATH.
+#
+GPATH = $(srcdir)
+
 TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)
 
 EXTRA_DIST =                           \
index 479bfd0e2535b8e99bfa0a6dd86b676706eecdd1..8d8c7295e34f4b646f64186994a706e2fcbb6602 100644 (file)
@@ -87,6 +87,13 @@ GTKDOC_LD=$(LIBTOOL) --mode=link $(CC)
 # Everything below here is generic #
 ####################################
 
+# We set GPATH here; this gives us semantics for GNU make
+# which are more like other make's VPATH, when it comes to
+# whether a source that is a target of one rule is then
+# searched for in VPATH/GPATH.
+#
+GPATH = $(srcdir)
+
 TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)
 
 EXTRA_DIST =                           \